home *** CD-ROM | disk | FTP | other *** search
/ PC Graphics Unleashed / PC Graphics Unleashed.iso / ch18 / rad386 / readme < prev    next >
Text File  |  1992-01-15  |  2KB  |  77 lines

  1. This distribution has the following directory structure.
  2.  
  3. distrib -------    radiosity   (A package to compute global
  4.             |    illumination by Equilibrium based methods.)
  5.             |
  6.             -------- bin
  7.                 |
  8.             |
  9.             -------- doc
  10.             |
  11.             -------- src
  12.             |
  13.             -------- scene --- originals
  14.                        |
  15.                        |
  16.                        --- filter
  17.                         |
  18.                         |
  19.                         src
  20.                         |
  21.                         |
  22.                          preview  
  23.                          (a Radiance 
  24.                           Input file previewer
  25.                           on X11)
  26.                            |
  27.                                 |-------- doc
  28.                               |
  29.                               -------- src
  30.              
  31.  
  32. The package has been developed under UNIX on a SUN-3
  33. workstation. It has been ported to and tested on SUN-4 and DRS-6000
  34. (a SPARC-RISC processor).
  35.  
  36. 'make all' on distrib directory creates the executables.
  37. The executables and their function has been given below.
  38. More detail descriptions
  39. are available in the respective 'doc' directories.
  40.     rad      : A tool for computation of global illumination for
  41.            a 3D scene composed of polygon, sphere,
  42.            cylinder, cone and discs with plastic or
  43.            mirror surface properties and only diffuse
  44.            light sources.
  45.            Image formats supported are created in a UTAH-RLE,
  46.            Radiance Output Format and SUN-RASTER format.
  47.     radfilter: An utility to convert a Radiance Input
  48.            scene description to a format suitable for
  49.            input to rad. Though 'rad' supports all the
  50.            geometric primitives of radiance, it
  51.            hardly supports any of the surface properties.
  52.            The only ones supported are diffuse without
  53.            highlight and mirror. So the filter does a
  54.            highly gross approximation of surface information in 
  55.            radiance input files to one of these two properties.
  56.            Example :
  57.                All the light sources are assigned diffuse
  58.                 property.
  59.             METAL is assigned mirror reflectance.
  60.             Anything else is assigned pure 
  61.                 diffuse reflectance.
  62.     preview  : A radiance input file previewer on X11 terminal.
  63.            Presents a wireframe form of the geometries.
  64.            Provides a minimal interface for scene composition.
  65.  
  66. Execution of 'rad' does not require any additional feature.
  67. However, the execution of 'radfilter' and 'preview' require
  68. that the Radiance utilities are available on the path.
  69. Additionaly 'preview' requires X11 display terminal.
  70.  
  71. Bugs, suggestions and corrections may be directly send to me
  72. (sumant@shakti.ncst.ernet.in, sumant@surya.ncst.ernet.in).
  73. --------
  74. Sumant N. Pattanaik
  75. Graphics & CAD Division
  76. National Centre for Software Technology
  77.